[INFO] cloning repository https://github.com/tommy20x/QUE-pasa
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tommy20x/QUE-pasa" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftommy20x%2FQUE-pasa", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftommy20x%2FQUE-pasa'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fe069a9556f493eb84a64d9d42c95c074446fccd
[INFO] fixing tommy20x/QUE-pasa against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftommy20x%2FQUE-pasa" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tommy20x/QUE-pasa
[INFO] finished tweaking git repo https://github.com/tommy20x/QUE-pasa
[INFO] tweaked toml for git repo https://github.com/tommy20x/QUE-pasa written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tommy20x/QUE-pasa on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tommy20x/QUE-pasa already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 91b17f43bb80fe7069235b8d545c85c0bfb72fdc3d64ff9271f1755cfa1ac029
[INFO] running `Command { std: "docker" "start" "91b17f43bb80fe7069235b8d545c85c0bfb72fdc3d64ff9271f1755cfa1ac029", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "91b17f43bb80fe7069235b8d545c85c0bfb72fdc3d64ff9271f1755cfa1ac029" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "91b17f43bb80fe7069235b8d545c85c0bfb72fdc3d64ff9271f1755cfa1ac029", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "91b17f43bb80fe7069235b8d545c85c0bfb72fdc3d64ff9271f1755cfa1ac029" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo.
[INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously.
[INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html
[INFO] [stderr] When building the following dependencies, the given features will no longer be used:
[INFO] [stderr] 
[INFO] [stderr]   askama_shared v0.11.1 (as host dependency) removed features: config, humansize, num-traits, percent-encoding, serde, toml
[INFO] [stderr]   memchr v2.3.4 (as host dependency) removed features: default
[INFO] [stderr]   syn v1.0.70 removed features: full, visit, visit-mut
[INFO] [stderr]   syn v1.0.70 (as host dependency) removed features: visit
[INFO] [stderr] 
[INFO] [stderr]    Compiling proc-macro2 v1.0.26
[INFO] [stderr]    Compiling libc v0.2.98
[INFO] [stderr]    Compiling syn v1.0.70
[INFO] [stderr]    Compiling serde v1.0.125
[INFO] [stderr]    Compiling cc v1.0.67
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling pkg-config v0.3.19
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]     Checking futures-sink v0.3.14
[INFO] [stderr]     Checking futures-core v0.3.14
[INFO] [stderr]    Compiling tokio v1.5.0
[INFO] [stderr]     Checking futures-io v0.3.14
[INFO] [stderr]    Compiling radium v0.5.3
[INFO] [stderr]     Checking futures-task v0.3.14
[INFO] [stderr]     Checking unicode-normalization v0.1.17
[INFO] [stderr]     Checking lock_api v0.4.3
[INFO] [stderr]    Compiling lexical-core v0.7.6
[INFO] [stderr]     Checking subtle v2.4.0
[INFO] [stderr]     Checking sha2 v0.9.3
[INFO] [stderr]    Compiling nom v6.2.1
[INFO] [stderr]    Compiling serde_json v1.0.64
[INFO] [stderr]     Checking futures-channel v0.3.14
[INFO] [stderr]     Checking md-5 v0.9.1
[INFO] [stderr]     Checking crypto-mac v0.10.0
[INFO] [stderr]     Checking siphasher v0.3.5
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]    Compiling openssl v0.10.35
[INFO] [stderr]     Checking hmac v0.10.1
[INFO] [stderr]    Compiling num-bigint v0.4.2
[INFO] [stderr]    Compiling native-tls v0.2.7
[INFO] [stderr]     Checking http v0.2.4
[INFO] [stderr]     Checking phf_shared v0.10.0
[INFO] [stderr]     Checking indexmap v1.7.0
[INFO] [stderr]     Checking tracing-core v0.1.19
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]     Checking stringprep v0.1.2
[INFO] [stderr]     Checking funty v1.1.0
[INFO] [stderr]     Checking phf v0.10.0
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]    Compiling httparse v1.5.0
[INFO] [stderr]    Compiling wyz v0.2.0
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]     Checking unicode-xid v0.2.1
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling num-rational v0.4.0
[INFO] [stderr]    Compiling num-iter v0.1.42
[INFO] [stderr]     Checking gimli v0.23.0
[INFO] [stderr]     Checking tracing v0.1.26
[INFO] [stderr]     Checking regex-syntax v0.6.23
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking object v0.23.0
[INFO] [stderr]     Checking bitvec v0.19.5
[INFO] [stderr]     Checking getrandom v0.2.3
[INFO] [stderr]     Checking mio v0.7.11
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]    Compiling openssl-sys v0.9.65
[INFO] [stderr]     Checking socket2 v0.4.0
[INFO] [stderr]     Checking parking_lot_core v0.8.3
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]    Compiling libz-sys v1.1.2
[INFO] [stderr]     Checking rand_core v0.6.2
[INFO] [stderr]    Compiling psm v0.1.16
[INFO] [stderr]     Checking parking_lot v0.11.1
[INFO] [stderr]    Compiling curl-sys v0.4.42+curl-7.76.0
[INFO] [stderr]     Checking rand_chacha v0.3.0
[INFO] [stderr]    Compiling stacker v0.1.14
[INFO] [stderr]    Compiling anyhow v1.0.43
[INFO] [stderr]    Compiling rust_decimal v1.23.1
[INFO] [stderr]     Checking rustc-demangle v0.1.19
[INFO] [stderr]    Compiling askama_escape v0.10.1
[INFO] [stderr]    Compiling humansize v1.1.1
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]     Checking rand v0.8.3
[INFO] [stderr]     Checking httpdate v1.0.1
[INFO] [stderr]     Checking scheduled-thread-pool v0.2.5
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking http-body v0.4.3
[INFO] [stderr]     Checking terminal_size v0.1.16
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]    Compiling curl v0.4.36
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]     Checking regex v1.4.5
[INFO] [stderr]     Checking r2d2 v0.8.9
[INFO] [stderr]     Checking nanorand v0.6.1
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking postgres-protocol v0.6.1
[INFO] [stderr]     Checking spinning_top v0.2.4
[INFO] [stderr]     Checking ipnet v2.3.1
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]     Checking url v2.2.2
[INFO] [stderr]     Checking dtoa v0.4.8
[INFO] [stderr]     Checking itertools v0.10.0
[INFO] [stderr]     Checking clap v2.33.3
[INFO] [stderr]     Checking backoff v0.3.0
[INFO] [stderr]     Checking bs58 v0.4.0
[INFO] [stderr]     Checking diff v0.1.12
[INFO] [stderr]     Checking pretty_assertions v0.7.2
[INFO] [stderr]     Checking addr2line v0.14.1
[INFO] [stderr]     Checking console v0.14.1
[INFO] [stderr]     Checking env_logger v0.8.3
[INFO] [stderr]     Checking indicatif v0.16.0
[INFO] [stderr]     Checking backtrace v0.3.57
[INFO] [stderr]     Checking tokio-util v0.6.6
[INFO] [stderr]     Checking tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling serde_derive v1.0.125
[INFO] [stderr]    Compiling futures-macro v0.3.14
[INFO] [stderr]    Compiling postgres-derive v0.4.0
[INFO] [stderr]    Compiling async-trait v0.1.50
[INFO] [stderr]    Compiling pin-project-internal v1.0.8
[INFO] [stderr]    Compiling thiserror-impl v1.0.29
[INFO] [stderr]    Compiling smart-default v0.6.0
[INFO] [stderr]     Checking thiserror v1.0.29
[INFO] [stderr]     Checking futures-util v0.3.14
[INFO] [stderr]     Checking pin-project v1.0.8
[INFO] [stderr]     Checking flume v0.10.8
[INFO] [stderr]     Checking futures-executor v0.3.14
[INFO] [stderr]     Checking h2 v0.3.3
[INFO] [stderr]     Checking futures v0.3.14
[INFO] [stderr]     Checking hyper v0.14.11
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking num-complex v0.4.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.0
[INFO] [stderr]     Checking ron v0.6.4
[INFO] [stderr]     Checking serde_stacker v0.1.4
[INFO] [stderr]     Checking serde_yaml v0.8.20
[INFO] [stderr]     Checking askama_shared v0.11.1
[INFO] [stderr]     Checking postgres-types v0.2.2
[INFO] [stderr]     Checking duration-str v0.3.9
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.4
[INFO] [stderr]     Checking bigdecimal v0.3.0
[INFO] [stderr]     Checking tokio-postgres v0.7.3
[INFO] [stderr]     Checking num v0.4.0
[INFO] [stderr]    Compiling askama_derive v0.10.5
[INFO] [stderr]     Checking postgres v0.19.2
[INFO] [stderr]     Checking postgres-native-tls v0.5.0
[INFO] [stderr]     Checking askama v0.10.5
[INFO] [stderr]     Checking r2d2_postgres v0.18.1
[INFO] [stderr]     Checking pg_bigdecimal v0.1.1
[INFO] [stderr]     Checking que-pasa v1.2.6 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.85s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v6.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr] crater-edition-check: que-pasa v1.2.6 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]    Compiling syn v1.0.70
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling nom v6.2.1
[INFO] [stderr]    Compiling askama_shared v0.11.1
[INFO] [stderr]    Compiling serde_derive v1.0.125
[INFO] [stderr]    Compiling futures-macro v0.3.14
[INFO] [stderr]    Compiling postgres-derive v0.4.0
[INFO] [stderr]    Compiling async-trait v0.1.50
[INFO] [stderr]    Compiling pin-project-internal v1.0.8
[INFO] [stderr]    Compiling thiserror-impl v1.0.29
[INFO] [stderr]    Compiling smart-default v0.6.0
[INFO] [stderr]     Checking futures-util v0.3.14
[INFO] [stderr]     Checking thiserror v1.0.29
[INFO] [stderr]     Checking pin-project v1.0.8
[INFO] [stderr]    Compiling askama_derive v0.10.5
[INFO] [stderr]     Checking flume v0.10.8
[INFO] [stderr]     Checking serde v1.0.125
[INFO] [stderr]     Checking futures-executor v0.3.14
[INFO] [stderr]     Checking h2 v0.3.3
[INFO] [stderr]     Checking futures v0.3.14
[INFO] [stderr]     Checking hyper v0.14.11
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking serde_json v1.0.64
[INFO] [stderr]     Checking num-bigint v0.4.2
[INFO] [stderr]     Checking toml v0.5.8
[INFO] [stderr]     Checking num-complex v0.4.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.0
[INFO] [stderr]     Checking ron v0.6.4
[INFO] [stderr]     Checking serde_yaml v0.8.20
[INFO] [stderr]     Checking serde_stacker v0.1.4
[INFO] [stderr]     Checking duration-str v0.3.9
[INFO] [stderr]     Checking postgres-types v0.2.2
[INFO] [stderr]     Checking num-rational v0.4.0
[INFO] [stderr]     Checking bigdecimal v0.3.0
[INFO] [stderr]     Checking tokio-postgres v0.7.3
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking num v0.4.0
[INFO] [stderr]     Checking reqwest v0.11.4
[INFO] [stderr]     Checking askama v0.10.5
[INFO] [stderr]     Checking postgres v0.19.2
[INFO] [stderr]     Checking postgres-native-tls v0.5.0
[INFO] [stderr]     Checking r2d2_postgres v0.18.1
[INFO] [stderr]     Checking pg_bigdecimal v0.1.1
[INFO] [stderr]     Checking que-pasa v1.2.6 (/opt/rustwide/workdir)
[INFO] [stdout] error: TOML support not available
[INFO] [stdout]   --> src/sql/db.rs:32:10
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[derive(Template)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: TOML support not available
[INFO] [stdout]   --> src/sql/db.rs:41:10
[INFO] [stdout]    |
[INFO] [stdout] 41 | #[derive(Template)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: TOML support not available
[INFO] [stdout]   --> src/sql/db.rs:50:10
[INFO] [stdout]    |
[INFO] [stdout] 50 | #[derive(Template)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: TOML support not available
[INFO] [stdout]   --> src/sql/db.rs:60:10
[INFO] [stdout]    |
[INFO] [stdout] 60 | #[derive(Template)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: TOML support not available
[INFO] [stdout]  --> src/sql/postgresql_generator.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Template)]
[INFO] [stdout]   |          ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: TOML support not available
[INFO] [stdout]   --> src/sql/postgresql_generator.rs:20:10
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[derive(Template)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: TOML support not available
[INFO] [stdout]   --> src/sql/postgresql_generator.rs:30:10
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[derive(Template)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: TOML support not available
[INFO] [stdout]   --> src/sql/postgresql_generator.rs:40:10
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[derive(Template)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: TOML support not available
[INFO] [stdout]   --> src/sql/db.rs:32:10
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[derive(Template)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: TOML support not available
[INFO] [stdout]   --> src/sql/db.rs:41:10
[INFO] [stdout]    |
[INFO] [stdout] 41 | #[derive(Template)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: TOML support not available
[INFO] [stdout]   --> src/sql/db.rs:50:10
[INFO] [stdout]    |
[INFO] [stdout] 50 | #[derive(Template)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: TOML support not available
[INFO] [stdout]   --> src/sql/db.rs:60:10
[INFO] [stdout]    |
[INFO] [stdout] 60 | #[derive(Template)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: TOML support not available
[INFO] [stdout]  --> src/sql/postgresql_generator.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Template)]
[INFO] [stdout]   |          ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: TOML support not available
[INFO] [stdout]   --> src/sql/postgresql_generator.rs:20:10
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[derive(Template)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: TOML support not available
[INFO] [stdout]   --> src/sql/postgresql_generator.rs:30:10
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[derive(Template)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: TOML support not available
[INFO] [stdout]   --> src/sql/postgresql_generator.rs:40:10
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[derive(Template)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render` found for struct `RepopulateSnapshotDerivedTmpl<'a>` in the current scope
[INFO] [stdout]    --> src/sql/db.rs:209:35
[INFO] [stdout]     |
[INFO] [stdout]  34 | struct RepopulateSnapshotDerivedTmpl<'a> {
[INFO] [stdout]     | ---------------------------------------- method `render` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 209 |             tx.simple_query(&tmpl.render()?)?;
[INFO] [stdout]     |                                   ^^^^^^ method not found in `RepopulateSnapshotDerivedTmpl<'_>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `render`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render` found for struct `RepopulateChangesDerivedTmpl<'a>` in the current scope
[INFO] [stdout]    --> src/sql/db.rs:219:35
[INFO] [stdout]     |
[INFO] [stdout]  43 | struct RepopulateChangesDerivedTmpl<'a> {
[INFO] [stdout]     | --------------------------------------- method `render` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 219 |             tx.simple_query(&tmpl.render()?)?;
[INFO] [stdout]     |                                   ^^^^^^ method not found in `RepopulateChangesDerivedTmpl<'_>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `render`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render` found for struct `UpdateSnapshotDerivedTmpl<'a>` in the current scope
[INFO] [stdout]    --> src/sql/db.rs:284:35
[INFO] [stdout]     |
[INFO] [stdout]  52 | struct UpdateSnapshotDerivedTmpl<'a> {
[INFO] [stdout]     | ------------------------------------ method `render` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 284 |             tx.simple_query(&tmpl.render()?)?;
[INFO] [stdout]     |                                   ^^^^^^ method not found in `UpdateSnapshotDerivedTmpl<'_>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `render`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render` found for struct `UpdateChangesDerivedTmpl<'a>` in the current scope
[INFO] [stdout]    --> src/sql/db.rs:295:35
[INFO] [stdout]     |
[INFO] [stdout]  62 | struct UpdateChangesDerivedTmpl<'a> {
[INFO] [stdout]     | ----------------------------------- method `render` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 295 |             tx.simple_query(&tmpl.render()?)?;
[INFO] [stdout]     |                                   ^^^^^^ method not found in `UpdateChangesDerivedTmpl<'_>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `render`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render` found for struct `RepopulateSnapshotDerivedTmpl<'a>` in the current scope
[INFO] [stdout]    --> src/sql/db.rs:209:35
[INFO] [stdout]     |
[INFO] [stdout]  34 | struct RepopulateSnapshotDerivedTmpl<'a> {
[INFO] [stdout]     | ---------------------------------------- method `render` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 209 |             tx.simple_query(&tmpl.render()?)?;
[INFO] [stdout]     |                                   ^^^^^^ method not found in `RepopulateSnapshotDerivedTmpl<'_>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `render`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render` found for struct `RepopulateChangesDerivedTmpl<'a>` in the current scope
[INFO] [stdout]    --> src/sql/db.rs:219:35
[INFO] [stdout]     |
[INFO] [stdout]  43 | struct RepopulateChangesDerivedTmpl<'a> {
[INFO] [stdout]     | --------------------------------------- method `render` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 219 |             tx.simple_query(&tmpl.render()?)?;
[INFO] [stdout]     |                                   ^^^^^^ method not found in `RepopulateChangesDerivedTmpl<'_>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `render`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render` found for struct `UpdateSnapshotDerivedTmpl<'a>` in the current scope
[INFO] [stdout]    --> src/sql/db.rs:284:35
[INFO] [stdout]     |
[INFO] [stdout]  52 | struct UpdateSnapshotDerivedTmpl<'a> {
[INFO] [stdout]     | ------------------------------------ method `render` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 284 |             tx.simple_query(&tmpl.render()?)?;
[INFO] [stdout]     |                                   ^^^^^^ method not found in `UpdateSnapshotDerivedTmpl<'_>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `render`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render` found for struct `UpdateChangesDerivedTmpl<'a>` in the current scope
[INFO] [stdout]    --> src/sql/db.rs:295:35
[INFO] [stdout]     |
[INFO] [stdout]  62 | struct UpdateChangesDerivedTmpl<'a> {
[INFO] [stdout]     | ----------------------------------- method `render` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 295 |             tx.simple_query(&tmpl.render()?)?;
[INFO] [stdout]     |                                   ^^^^^^ method not found in `UpdateChangesDerivedTmpl<'_>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `render`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render` found for struct `CreateSnapshotFunctionsTmpl<'a>` in the current scope
[INFO] [stdout]    --> src/sql/postgresql_generator.rs:213:30
[INFO] [stdout]     |
[INFO] [stdout]  22 | struct CreateSnapshotFunctionsTmpl<'a> {
[INFO] [stdout]     | -------------------------------------- method `render` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 213 |                 shallow_tmpl.render()?,
[INFO] [stdout]     |                              ^^^^^^ method not found in `CreateSnapshotFunctionsTmpl<'_>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `render`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render` found for struct `CreateEntrypointChangesFunctionsTmpl<'a>` in the current scope
[INFO] [stdout]    --> src/sql/postgresql_generator.rs:214:27
[INFO] [stdout]     |
[INFO] [stdout]  32 | struct CreateEntrypointChangesFunctionsTmpl<'a> {
[INFO] [stdout]     | ----------------------------------------------- method `render` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 214 |                 deep_tmpl.render()?,
[INFO] [stdout]     |                           ^^^^^^ method not found in `CreateEntrypointChangesFunctionsTmpl<'_>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `render`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render` found for struct `CreateFunctionShortcutsTmpl<'a>` in the current scope
[INFO] [stdout]    --> src/sql/postgresql_generator.rs:215:35
[INFO] [stdout]     |
[INFO] [stdout]  42 | struct CreateFunctionShortcutsTmpl<'a> {
[INFO] [stdout]     | -------------------------------------- method `render` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 215 |                 shallow_shortcuts.render()?,
[INFO] [stdout]     |                                   ^^^^^^ method not found in `CreateFunctionShortcutsTmpl<'_>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `render`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render` found for struct `CreateFunctionShortcutsTmpl<'a>` in the current scope
[INFO] [stdout]    --> src/sql/postgresql_generator.rs:216:32
[INFO] [stdout]     |
[INFO] [stdout]  42 | struct CreateFunctionShortcutsTmpl<'a> {
[INFO] [stdout]     | -------------------------------------- method `render` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 216 |                 deep_shortcuts.render()?,
[INFO] [stdout]     |                                ^^^^^^ method not found in `CreateFunctionShortcutsTmpl<'_>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `render`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render` found for struct `CreateSnapshotFunctionsTmpl<'a>` in the current scope
[INFO] [stdout]    --> src/sql/postgresql_generator.rs:213:30
[INFO] [stdout]     |
[INFO] [stdout]  22 | struct CreateSnapshotFunctionsTmpl<'a> {
[INFO] [stdout]     | -------------------------------------- method `render` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 213 |                 shallow_tmpl.render()?,
[INFO] [stdout]     |                              ^^^^^^ method not found in `CreateSnapshotFunctionsTmpl<'_>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `render`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render` found for struct `CreateSnapshotFunctionsTmpl<'a>` in the current scope
[INFO] [stdout]    --> src/sql/postgresql_generator.rs:236:33
[INFO] [stdout]     |
[INFO] [stdout]  22 | struct CreateSnapshotFunctionsTmpl<'a> {
[INFO] [stdout]     | -------------------------------------- method `render` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 236 |             return Ok(vec![tmpl.render()?, shortcuts.render()?]);
[INFO] [stdout]     |                                 ^^^^^^ method not found in `CreateSnapshotFunctionsTmpl<'_>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `render`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render` found for struct `CreateEntrypointChangesFunctionsTmpl<'a>` in the current scope
[INFO] [stdout]    --> src/sql/postgresql_generator.rs:214:27
[INFO] [stdout]     |
[INFO] [stdout]  32 | struct CreateEntrypointChangesFunctionsTmpl<'a> {
[INFO] [stdout]     | ----------------------------------------------- method `render` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 214 |                 deep_tmpl.render()?,
[INFO] [stdout]     |                           ^^^^^^ method not found in `CreateEntrypointChangesFunctionsTmpl<'_>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `render`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render` found for struct `CreateFunctionShortcutsTmpl<'a>` in the current scope
[INFO] [stdout]    --> src/sql/postgresql_generator.rs:215:35
[INFO] [stdout]     |
[INFO] [stdout]  42 | struct CreateFunctionShortcutsTmpl<'a> {
[INFO] [stdout]     | -------------------------------------- method `render` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 215 |                 shallow_shortcuts.render()?,
[INFO] [stdout]     |                                   ^^^^^^ method not found in `CreateFunctionShortcutsTmpl<'_>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `render`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render` found for struct `CreateFunctionShortcutsTmpl<'a>` in the current scope
[INFO] [stdout]    --> src/sql/postgresql_generator.rs:236:54
[INFO] [stdout]     |
[INFO] [stdout]  42 | struct CreateFunctionShortcutsTmpl<'a> {
[INFO] [stdout]     | -------------------------------------- method `render` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 236 |             return Ok(vec![tmpl.render()?, shortcuts.render()?]);
[INFO] [stdout]     |                                                      ^^^^^^ method not found in `CreateFunctionShortcutsTmpl<'_>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `render`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render` found for struct `CreateFunctionShortcutsTmpl<'a>` in the current scope
[INFO] [stdout]    --> src/sql/postgresql_generator.rs:216:32
[INFO] [stdout]     |
[INFO] [stdout]  42 | struct CreateFunctionShortcutsTmpl<'a> {
[INFO] [stdout]     | -------------------------------------- method `render` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 216 |                 deep_shortcuts.render()?,
[INFO] [stdout]     |                                ^^^^^^ method not found in `CreateFunctionShortcutsTmpl<'_>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `render`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render` found for struct `CreateChangesFunctionsTmpl<'a>` in the current scope
[INFO] [stdout]    --> src/sql/postgresql_generator.rs:247:22
[INFO] [stdout]     |
[INFO] [stdout]  11 | struct CreateChangesFunctionsTmpl<'a> {
[INFO] [stdout]     | ------------------------------------- method `render` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 247 |         Ok(vec![tmpl.render()?, shortcuts.render()?])
[INFO] [stdout]     |                      ^^^^^^ method not found in `CreateChangesFunctionsTmpl<'_>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `render`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render` found for struct `CreateSnapshotFunctionsTmpl<'a>` in the current scope
[INFO] [stdout]    --> src/sql/postgresql_generator.rs:236:33
[INFO] [stdout]     |
[INFO] [stdout]  22 | struct CreateSnapshotFunctionsTmpl<'a> {
[INFO] [stdout]     | -------------------------------------- method `render` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 236 |             return Ok(vec![tmpl.render()?, shortcuts.render()?]);
[INFO] [stdout]     |                                 ^^^^^^ method not found in `CreateSnapshotFunctionsTmpl<'_>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `render`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render` found for struct `CreateFunctionShortcutsTmpl<'a>` in the current scope
[INFO] [stdout]    --> src/sql/postgresql_generator.rs:236:54
[INFO] [stdout]     |
[INFO] [stdout]  42 | struct CreateFunctionShortcutsTmpl<'a> {
[INFO] [stdout]     | -------------------------------------- method `render` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 236 |             return Ok(vec![tmpl.render()?, shortcuts.render()?]);
[INFO] [stdout]     |                                                      ^^^^^^ method not found in `CreateFunctionShortcutsTmpl<'_>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `render`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render` found for struct `CreateFunctionShortcutsTmpl<'a>` in the current scope
[INFO] [stdout]    --> src/sql/postgresql_generator.rs:247:43
[INFO] [stdout]     |
[INFO] [stdout]  42 | struct CreateFunctionShortcutsTmpl<'a> {
[INFO] [stdout]     | -------------------------------------- method `render` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 247 |         Ok(vec![tmpl.render()?, shortcuts.render()?])
[INFO] [stdout]     |                                           ^^^^^^ method not found in `CreateFunctionShortcutsTmpl<'_>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `render`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render` found for struct `CreateChangesFunctionsTmpl<'a>` in the current scope
[INFO] [stdout]    --> src/sql/postgresql_generator.rs:247:22
[INFO] [stdout]     |
[INFO] [stdout]  11 | struct CreateChangesFunctionsTmpl<'a> {
[INFO] [stdout]     | ------------------------------------- method `render` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 247 |         Ok(vec![tmpl.render()?, shortcuts.render()?])
[INFO] [stdout]     |                      ^^^^^^ method not found in `CreateChangesFunctionsTmpl<'_>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `render`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render` found for struct `CreateFunctionShortcutsTmpl<'a>` in the current scope
[INFO] [stdout]    --> src/sql/postgresql_generator.rs:247:43
[INFO] [stdout]     |
[INFO] [stdout]  42 | struct CreateFunctionShortcutsTmpl<'a> {
[INFO] [stdout]     | -------------------------------------- method `render` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 247 |         Ok(vec![tmpl.render()?, shortcuts.render()?])
[INFO] [stdout]     |                                           ^^^^^^ method not found in `CreateFunctionShortcutsTmpl<'_>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `render`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/highlevel.rs:1082:13
[INFO] [stdout]      |
[INFO] [stdout] 1082 |         let mut v = contracts.get_mut(contract_id).unwrap();
[INFO] [stdout]      |             ----^
[INFO] [stdout]      |             |
[INFO] [stdout]      |             help: remove this `mut`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/highlevel.rs:1082:13
[INFO] [stdout]      |
[INFO] [stdout] 1082 |         let mut v = contracts.get_mut(contract_id).unwrap();
[INFO] [stdout]      |             ----^
[INFO] [stdout]      |             |
[INFO] [stdout]      |             help: remove this `mut`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `que-pasa` (bin "que-pasa") due to 20 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `que-pasa` (bin "que-pasa" test) due to 20 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "91b17f43bb80fe7069235b8d545c85c0bfb72fdc3d64ff9271f1755cfa1ac029", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "91b17f43bb80fe7069235b8d545c85c0bfb72fdc3d64ff9271f1755cfa1ac029", kill_on_drop: false }`
[INFO] [stdout] 91b17f43bb80fe7069235b8d545c85c0bfb72fdc3d64ff9271f1755cfa1ac029
